MqttFixedHeader

Undocumented in source.

Constructors

this
this(MqttMsgType messageType, bool isDup, MqttQoS qosLevel, bool isRetain, int remainingLength)
Undocumented in source.

Members

Functions

isDup
bool isDup()
Undocumented in source. Be warned that the author may not have intended to support it.
isRetain
bool isRetain()
Undocumented in source. Be warned that the author may not have intended to support it.
messageType
MqttMsgType messageType()
Undocumented in source. Be warned that the author may not have intended to support it.
qosLevel
MqttQoS qosLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
remainingLength
int remainingLength()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta